ComponentOne Web API Edition
IImporter<TSource,TResult> Interface
Members 

C1.Web.Api Namespace : IImporter<TSource,TResult> Interface
Type of ImportSource.
Type of import result.
Common generic interface for all importers to share.
Syntax
'Declaration
 
Public Interface IImporter
    (Of TSource As ImportSource,
     TResult) 
public interface IImporter<TSource,TResult> 
where TSource: ImportSource
Type Parameters
TSource
Type of ImportSource.
TResult
Type of import result.
See Also

Reference

IImporter<TSource,TResult> Members
C1.Web.Api Namespace